home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / RAS.ZIP / Project1.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  1997-09-02  |  1KB  |  59 lines

  1. object Form4: TForm4
  2.   Left = 200
  3.   Top = 105
  4.   Width = 338
  5.   Height = 126
  6.   Cursor = crCross
  7.   Caption = 'Web Server Attack'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 0
  17.     Top = 16
  18.     Width = 73
  19.     Height = 17
  20.     Alignment = taCenter
  21.     AutoSize = False
  22.     Caption = 'WWW server'
  23.   end
  24.   object Edit1: TEdit
  25.     Left = 80
  26.     Top = 16
  27.     Width = 233
  28.     Height = 21
  29.     Cursor = crCross
  30.     AutoSize = False
  31.     TabOrder = 0
  32.   end
  33.   object Button1: TButton
  34.     Left = 16
  35.     Top = 56
  36.     Width = 81
  37.     Height = 25
  38.     Caption = 'Attack!'
  39.     TabOrder = 1
  40.     OnClick = Button1Click
  41.   end
  42.   object Button2: TButton
  43.     Left = 240
  44.     Top = 55
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'Menu'
  48.     TabOrder = 2
  49.     OnClick = Button2Click
  50.   end
  51.   object Sockets1: TSockets
  52.     Left = 128
  53.     Top = 64
  54.     Width = 32
  55.     Height = 32
  56.     MaximumReceiveLength = 8192
  57.   end
  58. end
  59.